.text_is{visibility: inherit !important;}
/*定义滚动条样式（高宽及背景）*/
::-webkit-scrollbar {
    width: 6px; /* 滚动条宽度， width：对应竖滚动条的宽度 height：对应横滚动条的高度*/
    background: #FFF;
}
/*定义滚动条轨道（凹槽）样式*/
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #FFF; /* 较少使用 */
    border-radius: 3px;
}
/*定义滑块 样式*/
::-webkit-scrollbar-thumb {
    border-radius: 3px;
    height: 100px; /* 滚动条滑块长度 */
    background-color: rgb(0,0,0,.5);
}
textarea{resize: none;}
.consult{cursor: pointer;}
html{overflow-x:hidden; overflow-y:auto;}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: '微软雅黑';
}
html, body,.container,.cbp-fbscroller,.cbp-fbscroller section { 
    height: 100%; 
}
.container{
    min-width: 1280px;
}
.swiper-button-next,.swiper-button-prev{
    outline: none;
}
a{
    text-decoration: none;
}
.btn{
    position: relative;
}
.ufixed{
    position: fixed !important;
    top: 0;
    /* z-index: 5; */
}
.container{
    /* width: 77%; */
    /* max-width: 1500px; */
    width: 1500px;
    margin: 0 auto;
}

.clearfix:after,.clearfix:before{
    content: "";
    display: table;
}
.clearfix:after{
    clear: both;
}
.clearfix{
    zoom: 1;
}
.contents{
    min-width: 1280px;
}
/* .main{
    position: relative;
}
.contact_main{
    width: 100%;
    position: absolute;
    top: 900px;
} */
